*{
margin: 0;
padding: 0;


}

.navbar {
  height: 100vh;
  width: 100%;
  background: white;
  font-family: sans-serif;
  position: relative;
}
nav {
  width: 84%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  width :100px;
  cursor: pointer;

}
.logo-name {


	padding-left: 0px;
	font-family: verdana;
	font-size: 40px;
	font-weight: 200;
	color: #F6EF0D;
	text-shadow: 1px 1px 1px #6B6C69,
      1px 2px 1px  #6B6C69  ,
			1px 4px 1px #6B6C69  ,

      1px 9px 1px #6B6C69  ,
      1px 10px 1px #6B6C69  ,


			1px 18px 6px rgba(16, 16, 16, 0.4),
			1px 22px 10px rgba(16, 16, 16, 0.4),
			1px 25px 35px rgba(16, 16, 16, 0.4),
				1px 25px 35px rgba(16, 16, 16, 0.4)}


nav ul li {
  display: inline-block;
  list-style: none;
  margin: 12px 20px;
  font-size: 20px;

}

nav ul li a {
  text-decoration: none;
  color: #606163;

}
nav ul li a:hover {
  color:#ff4321;

}


.info {
  margin-left: 8%;
  margin-top: 10%;
  font-size: 20px;
  line-height: 35px;

}

.info h1{
  font size: 70px;
  color: #212121;
  margin-bottom: 20px;

}

span {
  color: #ff4321;

}
.info p{
  color: #606163;
  line-height: 35px;

}

.info a{

  background: linear-gradient(to right,#fb5283,#ff3527);
  padding:10px 18px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin: 30px 0;
   border-radius: 5px;


}
.info a:hover {
  color:black;
}

.img-box {
  width: 45%;
  height: 80%;
  position: absolute;
  bottom: 0;
  right: 450px;


}
.img2-box {
  width: 45%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 700px;


}

.img-box img {
  height: 80%;
  position: absolute;
  left:50%;
  bottom:0;
  transform: translateX(-50);
  transition: bottom 1s left 1s;

}
.img-box:hover .back-img {
  bottom:80px;

}
.img-box:hover .main-img {
  left:54%;

}
/* Features Section */



#features {
position: relative;
display: inline-block;
justify-content: space-between;
align-items: center;
margin: 90px 0;
font-family: sans-serif;
line-height: 30px;

}

.feature-title {
 font-size: 1.5rem;
}

.feature-box {
 padding: 4.5%;
}

.icon {
 color: #F12C2C ;
 margin-bottom: 1rem;
}

.icon:hover {
 color: #ff4c68;
}
.container-fluid{
  padding: 2% 14%;
	  align-items: center;


}
.row1{
  line-height: 40px;
}
.row4 {
  background-color: grey;

  text-align: center;
  font-size: 19px;
  line-height: 50px;
letter-spacing: 3.5px;
  font-style: sans-serif;
  padding-top:  5%;
  padding-bottom: 5%;;
}
.Contacts{
  letter-spacing: 20px;
  color: #F1E9E5;
}
/* covid style css */

.covid{
  padding-top: 6%;
  padding-bottom: 10%;
  color: #D1C8C8;
  background-color:grey  ;
  font-family: arial;
  text-align: center;
  line-height: 60px;
  font-size: 27px;

}
#active{
  color: #5CF328;
}
.countryname span{
              text-transform: uppercase;
              color: transparent;
              background-image: linear-gradient(to left,#2ecc71, #3498db,#f39c12);
              -webkit-background-clip: text;
              animation:animate 5s linear infinite;
              -webkit-background-size: 100%;
              background-size: 100%;

}
@keyframes animate{
  0%{
    background-position: 0 100%;

  }
  50%{
    background-position: 100% 0;

  }
  100%{
    background-position: 0 100%;

  }
}

.covidstats{
  color: black;
  column-count: 3;
  column-gap: 1rem;
  padding-top: 3%;
  font-family:arial;
  font-size: 32px;
}
.covidstats span{
line-height: 100px;
  font-size: 2.5rem;
  font-weight: 600;
  color:#EB3939;
  letter-spacing: 4px;
}
.space{
  padding-top: 7%;
  background-color: white;
}
